home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / support / ddgrips.dcl < prev    next >
Encoding:
Text File  |  1995-02-08  |  4.1 KB  |  137 lines

  1. // Next available MSG number is    17 
  2. // MODULE_ID DDGRIPS_DCL_
  3. /* Next available MSG number is  18 */
  4.  
  5. //----------------------------------------------------------------------------
  6. //
  7. //     ddgrips.dcl
  8. //
  9. //     Copyright (C) 1992, 1994 by Autodesk, Inc.
  10. //
  11. //     Permission to use, copy, modify, and distribute this software
  12. //     for any purpose and without fee is hereby granted, provided
  13. //     that the above copyright notice appears in all copies and
  14. //     that both that copyright notice and the limited warranty and
  15. //     restricted rights notice below appear in all supporting
  16. //     documentation.
  17. //
  18. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  19. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  20. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  21. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  22. //     UNINTERRUPTED OR ERROR FREE.
  23. //
  24. //     Use, duplication, or disclosure by the U.S. Government is subject to
  25. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  26. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  27. //     (Rights in Technical Data and Computer Software), as applicable.
  28. //
  29. //.
  30. //    
  31. //----------------------------------------------------------------------------
  32.  
  33.  
  34. //dcl_settings : default_dcl_settings { audit_level = 3; }
  35.  
  36.  
  37. ddgrips : dialog {
  38.     label = "Pinzamientos";
  39.     : boxed_column {
  40.         label = "Designar parßmetros";
  41.         : toggle {
  42.             label = "Activar pinzamientos";
  43.             key = "grips";
  44.             mnemonic = "A";
  45.             fixed_width = true;
  46.         }
  47.         : toggle {
  48.             label = "Activar pinzamientos dentro de bloques";
  49.             key = "gripblock";
  50.             mnemonic = "c";
  51.             fixed_width = true;
  52.         }
  53.     }
  54.     : boxed_column {
  55.          label = "Colores pinzamientos";
  56.          : row {
  57.              : column {
  58.                  : button {
  59.                      label = "Deseleccionados...";
  60.                      key = "cool_color";
  61.                      mnemonic = "D";
  62.                  }
  63.                  : button {
  64.                      label = "Seleccionados...";
  65.                      key = "hot_color";
  66.                      mnemonic = "S";
  67.                  }
  68.              }
  69.              : column {
  70.                  : image {
  71.                      key = "cool_image";
  72.                      height = 1;
  73.                      width = 3;
  74.                      fixed_width = true;
  75.                      fixed_height = true;
  76.                  }
  77.                  : image {
  78.                      key = "hot_image";
  79.                      height = 1;
  80.                      width = 3;
  81.                      fixed_width = true;
  82.                      fixed_height = true;
  83.                  }
  84.              }
  85.              : column {
  86.                  : text {
  87.                      label = "Azul";
  88.                      key = "cool_text";
  89.                      width = 11;
  90.                  }
  91.                  : text {
  92.                      label = "Rojo";
  93.                      key = "hot_text";
  94.                      width = 11;
  95.                  }
  96.              }
  97.         }
  98.     }
  99.     : boxed_row {
  100.         label = "Tama±o pinzamiento";
  101.         mnemonic = "T";
  102.         spacer_0;
  103.        : column {
  104.             spacer_0;
  105.             fixed_width = true;
  106.             : text {
  107.                 label = "Mφn         Mßx";
  108.                 alignment = centered;
  109.             }
  110.             : slider {
  111.                 key = "grip_slider";
  112.                 min_value = 0;
  113.                 max_value = 19;
  114.                 width = 20;
  115.                 height = 1;
  116.                 small_increment = 1;
  117.                 big_increment = 1;
  118.                 fixed_width = true;
  119.                 fixed_height = true;
  120.             }
  121.             spacer_0;
  122.         }
  123.         : image {
  124.             key = "grip_image";
  125.             aspect_ratio = 1;
  126.             height = 4;
  127.             width = 7;
  128.             color = -2;
  129.         }
  130.         spacer_0;
  131.     }
  132.     ok_cancel_help;
  133. }
  134.  
  135.  
  136.  
  137.